@charset "utf-8";

* {
  margin: 0px;
  padding: 0px;
}

img {
  border: 0;
  margin: 0;
  padding: 0;
}

ul,li,ol,h1,h2,h3,h4,dl,dt,dd,form,p,span,b,u,s,i {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-style: normal;
}

.clearfix {
  display: inline-table;
}

* html .clearfix {
  height: 1%;
/*ie6*/
}

*+html .clearfix {
  min-height: 1px;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

input,textarea {
  outline: none;
  border: 0px;
}/*去掉输入框得到焦点时边框会出现阴影效果----例如360 火狐*/
a {
  blr: expression(this.onFocus=this.blur());
 /* IE Opera */
  outline: none;
 /* FF Opera */
  color: #333;
}

a:focus {
  -moz-outline-style: none;
 /* FF */
} /*去掉a标签超链接的虚线框*/
.clearboth {
  clear: both
}

em {
  font-style: normal;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  color: #f7011e;
  text-decoration: none;
  transition: all 0.3s ease-out 0s;
}

a:active {
  text-decoration: none;
}

.main {
  width: 1280px;
  margin: 0 auto;
  overflow: hidden;
}

body {
  margin: 0px;
  color: #333;
  background-color: #fff;
  font-size: 14px;
  font-family: "Microsoft YaHei",宋体,Arial, Helvetica, sans-serif;
}

.csbor {
  border: 1px solid #000;
}

/*<!--banner开始-->*/
.fullSlide {
  width: 100%;
  position: relative;
  height: 500px;
  background: #000;
  overflow: hidden;
}

.fullSlide .bd {
  margin: 0 auto;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.fullSlide .bd ul {
  width: 100% !important;
}

.fullSlide .bd li {
  width: 100% !important;
  height: 500px;
  overflow: hidden;
  text-align: center;
}

.fullSlide .bd li a {
  display: block;
  height: 600px;
}

.fullSlide .hd {
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  height: 30px;
  line-height: 30px;
}

.fullSlide .hd ul {
  text-align: center;
}

.fullSlide .hd ul li {
  cursor: pointer;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 42px;
  height: 11px;
  margin: 1px;
  overflow: hidden;
  background: #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
  line-height: 999px;
}

.fullSlide .hd ul .on {
  background: #f00;
}

.fullSlide .prev,.fullSlide .next {
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -30px;
  left: 15%;
  z-index: 1;
  width: 40px;
  height: 60px;
  background: url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
  display: none;
}

.fullSlide .next {
  left: auto;
  right: 15%;
  background-position: -6px -137px;
}

.flex-direction-nav li a.flex-next {
  right: 40px;
  background: url(../images/next.png) center center no-repeat;
}
/*<!--banner结束-->*/

/*<!--搜索开始-->*/
.jgss {
  width: 100%;
  height: 49px;
  position: relative;
  border-bottom: 1px solid #eee;
  background: #fff;
}

.gstt {
  float: left;
}

.gstt p {
  background: url(../images/gstt.png) no-repeat 0px 18px;
  padding-left: 22px;
  float: left;
  height: 49px;
  line-height: 49px;
  font-weight: bold;
  color: #01448b;
}

.gstt b {
  display: block;
  float: left;
  height: 49px;
  line-height: 49px;
  width: 335px;
  overflow: hidden;
}

.gstt b a {
  color: #666;
}

.gstt b:hover a {
  color: #f7011e;
}

.gstt i {
  font-size: 12px;
  color: #666;
  height: 49px;
  line-height: 49px;
}

.ssk {
  height: 40px;
  float: right;
  margin-top: 9px;
}

.ss-text {
  width: 310px;
  height: 29px;
  background: none;
  border: 1px solid #c3c1cf;
  color: #858585;
  font-size: 12px;
  padding-left: 10px;
  float: left;
}

.ss-submit {
  width: 50px;
  height: 33px;
  float: left;
  background: url(../images/ss.png) no-repeat;
  cursor: pointer;
  margin-top: -1px;
  margin-left: -1px;
}
/*<!--搜索结束-->*/


/*产品中心开始*/
.cpzx {
  height: 680px;
  padding-top: 50px;
  background: #f5f5f5;
}

.cpzx-l {
  float: left;
  background: #fff;
  width: 240px;
  box-shadow: 4px 0px 10px rgba(102,102,102,0.2);
  transform: translate3d(0,0,0);
  margin-left: 30px;
  padding-bottom: 24px;
}

.cpzx-l h3 {
  width: 220px;
  height: 80px;
  padding-left: 20px;
  padding-top: 30px;
  background: url(../images/cpzx-h3.png) no-repeat right top;
}

.cpzx-l h3 p {
  width: 100px;
  height: 2px;
  background: #f7011e;
}

.cpzx-l h3 span {
  display: block;
  color: #666;
  text-transform: uppercase;
  height: 32px;
  line-height: 30px;
}

.cpzx-l h3 b {
  display: block;
  font-size: 26px;
  font-weight: bold;
  color: #014fa1;
}

.cpzx-l ul p {
  width: 195px;
  height: 34px;
  background: url(../images/cpzx-02.png) no-repeat center;
  margin-left: -30px;
  padding-left: 75px;
  font-size: 16px;
  line-height: 36px;
  padding-bottom: 25px;
  overflow: hidden;
  margin-top: 15px;
}

.cpzx-l ul p a {
  color: #fff;
}

.cpzx-l ul p:hover {
  margin-top: 13px;
  margin-bottom: 2px;
}

.cpzx-l ul li {
  height: 30px;
  line-height: 30px;
  width: 202px;
  padding-left: 38px;
}

.cpzx-l ul li a {
  color: #333;
}

.cpzx-l ul li:hover {
  background: #f7011e;
}

.cpzx-l ul li:hover a {
  color: #fff;
}

.cpzx-r {
  float: left;
  width: 1009px;
}

.cpzx-r-news {
  float: right;
  width: 240px;
}
.cpzx-news-list{
	padding:0 10px;
	
}

.cpzx-r ul li {
  float: left;
  width: 240px;
  height: 200px;
  border: 1px solid #fff;
  margin-bottom: 20px;
  margin-left: 10px;
}

.cpzx-r ul li p {
  width: 241px;
  height: 200px;
  overflow: hidden;
}

.cpzx-r ul li p a img {
  width: 241px;
  height: 200px;
  -webkit-transition: all .5s;
  -moz-transition: all .8s;
  -o-transition: all .8s;
  -ms-transition: all .8s;
  transition: all .8s;
}

.cpzx-r ul li p a:hover img {
  transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
}

.cpzx-r ul li span {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-top: -30px;
  position: relative;
  color: #fff;
  font-size: 14px;
  background: rgba(255,255,255,0.6);
}

.cpzx-r ul li span a {
  color: #333;
}

.cpzx-r ul li span:hover {
  background: rgba(255,255,255,1);
}
/*产品中心结束*/

/*公司简介开始*/
.gsjj {
  height: 556px;
  background: url(../images/gsjj-bj.png) no-repeat top;
}

.gsjj-l {
  float: left;
  margin-left: 168px;
  margin-top: 165px;
}

.gsjj-l p {
  font-size: 24px;
  font-weight: bold;
  height: 65px;
}

.gsjj-l span {
  display: block;
  font-size: 16px;
  color: #666;
  text-indent: 35px;
  width: 480px;
  line-height: 26px;
  height: 210px;
  overflow: hidden;
}

.gsjj-l b {
  display: block;
  margin-top: 45px;
}

.gsjj-l b a {
  display: block;
  width: 120px;
  height: 30px;
  background: #9a9a9a;
  float: left;
  font-size: 16px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  margin-right: 25px;
}

.gsjj-l b a:hover {
  background: #f7011e;
}

.gsjj-r {
  float: right;
  margin-top: 147px;
  width: 480px;
  height: 380px;
  overflow: hidden;
}

.ryzz {
  width: 480px;
  height: 380px;
  overflow: hidden;
}

.ryzz .bd {
  width: 480px;
  height: 380px;
  overflow: hidden;
}

.ryzz .bd ul {
}

.ryzz .bd ul li {
  width: 480px;
  float: left;
}

.ryzz .bd ul li p {
  width: 478px;
  height: 348px;
  border: 1px solid #ccc;
}

.ryzz .bd ul li p a img {
      max-width: 478px;
    max-height: 348px;
    display: block;
    margin: auto;
}

.ryzz .bd ul li span {
  text-align: center;
  width: 100%;
  height: 30px;
  line-height: 30px;
  display: block;
  font-size: 16px;
}

.ryzz .bd ul li span a {
}

.ryzz .wzgd-l {
  width: 40px;
  height: 60px;
  float: left;
  display: block;
  position: relative;
  top: -235px;
  z-index: 1;
}

.ryzz .wzgd-l a {
  display: block;
  width: 40px;
  height: 60px;
  background: url(../images/slider-arrow.png) -126px -137px rgba(0,0,0,0.6) no-repeat;
}

.ryzz .wzgd-r {
  width: 40px;
  height: 60px;
  float: right;
  display: block;
  position: relative;
  top: -235px;
  z-index: 1;
}

.ryzz .wzgd-r a {
  display: block;
  width: 40px;
  height: 60px;
  background: url(../images/slider-arrow.png) -6px -137px rgba(0,0,0,0.6) no-repeat;
}

.ryzz em {
  display: none!important;
  filter: alpha(opacity=50);
  opacity: 0.7;
}

.ryzz:hover em {
  display: block!important;
}
/*公司简介结束*/

/*优势开始*/
.cpyx {
  height: 1335px;
}

.cpyx-top {
  height: 160px;
  text-align: center;
}

.cpyx-top h3 {
  font-size: 28px;
  font-weight: bold;
  height: 85px;
  line-height: 115px;
}

.cpyx-top h3 span {
  font-weight: bold;
  color: #014fa1;
}

.cpyx-top p {
  color: #666;
  text-transform: uppercase;
  height: 40px;
}

.cpyx-top b {
  display: block;
  width: 100px;
  height: 2px;
  background: #014fa1;
  margin: 0 auto;
}

.cpyx-s {
  height: 451px;
  background: url(../images/cpyx-01.jpg) no-repeat top;
  padding-top: 138px;
  overflow: hidden;
}

.cpyx-s .cpyx-wz {
  height: 185px;
}

.cpyx-x {
  height: 458px;
  background: url(../images/cpyx-02.jpg) no-repeat top;
  padding-top: 87px;
  overflow: hidden;
}

.cpyx-x .cpyx-wz {
  height: 224px;
  margin-left: 698px;
}

.cpyx-wz {
}

.cpyx-wz p {
  font-size: 24px;
  font-weight: bold;
  color: #014fa1;
  height: 43px;
}

.cpyx-wz span {
  display: block;
  float: left;
}

.cpyx-wz span b {
  display: block;
  float: left;
  width: 5px;
  height: 5px;
  background: #014fa1;
  margin-top: 8px;
}

.cpyx-wz span i {
  display: block;
  color: #666;
  float: left;
  margin-left: 17px;
  width: 460px;
  line-height: 23px;
}
/*优势结束*/

/*小banenr1开始*/
.banner1 {
  height: 220px;
  background: url(../images/banner1-01.jpg) no-repeat center;
  color: #fff;
  text-align: center;
}

.banner1 p {
  font-size: 24px;
  font-weight: bold;
  height: 75px;
  line-height: 80px;
}

.banner1 span {
  display: block;
  font-size: 22px;
  color: #eee;
  height: 50px;
}

.banner1 b {
  display: block;
  font-size: 22px;
  color: #eee;
  height: 40px;
}

.banner1 i {
  display: block;
  width: 220px;
  margin: 0 auto;
}

.banner1 i a {
  display: block;
  width: 178px;
  height: 28px;
  border: 1px solid #fff;
  float: left;
  line-height: 28px;
  color: #fff;
  margin: 0 20px;
}

.banner1 i a:hover {
  background: #fff;
  color: #014fa1;
}
/*小banenr1结束*/

/*成功案例开始*/
.cgal {
  height: 420px;
}

.cgal-top {
  height: 140px;
  text-align: center;
}

.cgal-top h3 {
  height: 85px;
  line-height: 125px;
  font-size: 24px;
  font-weight: bold;
  color: #014fa1;
}

.cgal-top p {
  color: #666;
  text-transform: uppercase;
}

.cgal-gd {
  height: 242px;
  overflow: hidden;
  width: 1254px;
  margin: 0 auto;
}

.cgal-gd .bd {
  overflow: hidden;
  margin: 0 auto;
  width: 1206px;
  height: 245px;
}

.cgal-gd li {
  float: left;
  width: 264px;
  height: 229px;
  border: 1px solid #ccc;
  overflow: hidden;
  padding: 4px;
  margin: 0px 13px;
}

.cgal-gd li p {
  width: 264px;
  height: 229px;
  overflow: hidden;
}

.cgal-gd li p a img {
  width: 264px;
  height: 229px;
  -webkit-transition: all .5s;
  -moz-transition: all .8s;
  -o-transition: all .8s;
  -ms-transition: all .8s;
  transition: all .8s;
}

.cgal-gd li p a:hover img {
  transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
}

.cgal-gd li span {
  width: 100%;
  height: 30px;
  margin-top: -30px;
  position: relative;
  z-index: 9;
  color: #fff;
  line-height: 30px;
  text-align: center;
  display: block;
  font-size: 14px;
  background: rgba(0,0,0,0.6);
}

.cgal-gd li span a {
  color: #fff;
}

.cgal-gd .wzgd-l {
  width: 37px;
  height: 117px;
  float: left;
  display: block;
  position: relative;
  top: -145px;
  left: -1px;
  z-index: 1;
}

.cgal-gd .wzgd-r {
  width: 37px;
  height: 117px;
  float: right;
  display: block;
  position: relative;
  top: -145px;
  right: -20px;
  z-index: 1;
}
/*成功案例结束*/

/*新闻资讯开始*/
.xwzx {
  padding-top: 50px;
  height: 400px;
  background: #f5f5f5;
}

.xwzx-top {
  height: 83px;
}

.xwzx-top h3 {
  font-size: 24px;
  font-weight: bold;
  color: #014fa1;
  float: left;
}

.xwzx-top h3 span {
  font-size: 14px;
  color: #ccc;
}

.xwzx-top ul {
  float: right;
}

.xwzx-top ul li {
  float: left;
  margin-left: 45px;
}

.xwzx-top ul li a {
  font-size: 18px;
  color: #666;
}

.xwzx-top ul li p {
  width: 15px;
  height: 2px;
  background: #fff;
  margin: 0 auto;
  margin-top: 2px;
}

.xwzx-top ul li:hover a {
  color: #014fa1;
}

.xwzx-top ul li:hover p {
  background: #014fa1;
}

.xwzx-s {
  height: 250px;
}

.xwzx-s p {
  width: 363px;
  height: 248px;
  float: left;
  border: 1px solid #ccc;
}

.xwzx-s p a img {
  width: 363px;
  height: 248px;
}

.xwzx-s ul {
  float: right;
  width: 814px;
}

.xwzx-s ul li {
  float: left;
  margin-left: 37px;
  width: 370px;
  height: 122px;
}

.xwzx-s ul li b {
  display: block;
  height: 45px;
  line-height: 50px;
  width: 370px;
  overflow: hidden;
}

.xwzx-s ul li b a {
    font-weight: 600;
}

.xwzx-s ul li span {
  display: block;
  height: 25px;
  width: 370px;
  overflow: hidden;
  color: #666;
  line-height: 24px;
}

.xwzx-s ul li strong {
  display: block;
  width: 20px;
  height: 1px;
  background: #014fa1;
  margin-top: 10px;
  margin-bottom: 14px;
}

.xwzx-s ul li i {
  display: block;
  color: #999;
}

.xwzx-x {
  width: 1268px;
  margin: 0 auto;
}

.xwzx-x ul li {
  float: left;
  height: 48px;
  border-bottom: 1px solid #ccc;
  width: 364px;
  margin-left: 44px;
  line-height: 48px;
}

.xwzx-x ul li b {
  display: block;
  width: 5px;
  height: 5px;
  background: #ddd;
  border-radius: 50%;
  float: left;
  margin-top: 22px;
}

.xwzx-x ul li a {
  display: block;
  float: left;
  padding-left: 7px;
  width: 260px;
  height: 48px;
  overflow: hidden;
}

.xwzx-x ul li i {
  display: block;
  float: right;
  color: #999;
}

.xwzx-x ul li:hover {
  border-bottom: 1px solid #f7011e;
}

.xwzx-x ul li:hover b {
  background: #f7011e;
}
/*新闻资讯结束*/

/*友情链接开始*/
.links {
  height: 40px;
  line-height: 40px;
  position: absolute;
  width: 100%;
}

.links p {
  font-weight: bold;
  width: 150px;
  float: left;
  color: #014fa1;
  margin-left: 190px;
}

.links a {
  color: #666;
  float: left;
  padding-right: 20px;
}

.links a:hover {
  color: #f7011e;
}
/*友情链接结束*/